home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Tool Chest / Interfaces / MPW Interfaces / CIncludes / OSEvents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-17  |  273 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        OSEvents.h
  3.  
  4.     Copyright:    © 1983-1993 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Version:    System 7.1 for ETO #11
  8.     Created:    Tuesday, March 30, 1993 18:00
  9.  
  10. */
  11.  
  12. #ifndef __OSEVENTS__
  13. #define __OSEVENTS__
  14.  
  15. #ifndef __EVENTS__
  16. #include <Events.h>
  17. #endif
  18.  
  19.  
  20. #endif
  21.